home *** CD-ROM | disk | FTP | other *** search
- object DriveInfoDialog: TDriveInfoDialog
- Left = 291
- Top = 191
- BorderStyle = bsDialog
- Caption = 'Drive Info'
- ClientHeight = 214
- ClientWidth = 313
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 297
- Height = 161
- Shape = bsFrame
- end
- object LabelCyl: TLabel
- Left = 16
- Top = 20
- Width = 86
- Height = 13
- Caption = 'Physical cylinders:'
- end
- object LabelHeads: TLabel
- Left = 16
- Top = 40
- Width = 74
- Height = 13
- Caption = 'Physical heads:'
- end
- object LabelSecPerTrk: TLabel
- Left = 16
- Top = 60
- Width = 124
- Height = 13
- Caption = 'Physical sectors per track:'
- end
- object LabelSectors: TLabel
- Left = 16
- Top = 80
- Width = 79
- Height = 13
- Caption = 'Physical sectors:'
- end
- object LabelBytesPerSec: TLabel
- Left = 16
- Top = 100
- Width = 81
- Height = 13
- Caption = 'Bytes in a sector:'
- end
- object OKBtn: TButton
- Left = 119
- Top = 180
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- end
- object EditCyl: TEdit
- Left = 156
- Top = 16
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 1
- Text = 'EditCyl'
- end
- object EditHeads: TEdit
- Left = 156
- Top = 36
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 2
- Text = 'EditHeads'
- end
- object EditSectors: TEdit
- Left = 156
- Top = 77
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 3
- Text = 'EditSectors'
- end
- object EditBytesPerSec: TEdit
- Left = 156
- Top = 96
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 4
- Text = 'EditBytesPerSec'
- end
- object EditSecPerTrk: TEdit
- Left = 156
- Top = 56
- Width = 121
- Height = 21
- ReadOnly = True
- TabOrder = 5
- Text = 'EditSecPerTrk'
- end
- end
-